GH-49248: [Release] Include checksum in vote email#49249
Conversation
|
@raulcd this is ready for a review. I opted to put the checksum as a footnote since it's >80 chars and I didn't think it would look good if it was in the main text. Happy to do something else. |
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
|
Thanks @kou. Suggestions accepted and one extra fix made. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 76f7815. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 16 possible false positives for unstable benchmarks that are known to sometimes produce them. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 76f7815. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 16 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Resolves #49248
What changes are included in this PR?
Adds a step to the
SOURCE_VOTEstep in02-source.shto grab the checksum we just pushed to svn from dist.apache.org and include that checksum as a footnote in the vote thread email. I did it this way because the person running this script may run this script like,So the only way to get the checksum at this point is with another SVN command or by downloading the file from dist.apache.org.
Are these changes tested?
Yes, using currently active RC and with the above command.
Are there any user-facing changes?
No.